Getting Started with Metro Apps by Ben Dewey
Author:Ben Dewey [Ben Dewey]
Language: eng
Format: epub, pdf
Tags: COMPUTERS / Programming / Microsoft Programming
ISBN: 9781449336523
Publisher: O'Reilly Media
Published: 2012-04-19T16:00:00+00:00
Notice that you are providing a name to the textbox so that it can be accessed from the code-behind later. In addition, you only need to supply the row and column assignments if they are not equal to 0. The textbox is defaulted to Grid.Row="0" and Grid.Column="0". On the button there is a Click event assignment to Search_Click, this maps to a method called Search_Click on the code-behind where the Bing search code will be written, see Example 2-3.
Example 2-3. Search event on the code-behind for handling the Bing web service call
private async void Search_Click(object sender, RoutedEventArgs e) { // Put webservice code here }
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
The Mikado Method by Ola Ellnestam Daniel Brolund(21532)
Hello! Python by Anthony Briggs(20773)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(19221)
Dependency Injection in .NET by Mark Seemann(18836)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(18445)
Kotlin in Action by Dmitry Jemerov(18214)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(18078)
Adobe Camera Raw For Digital Photographers Only by Rob Sheppard(16944)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(16928)
Grails in Action by Glen Smith Peter Ledbrook(16057)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(13765)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(11774)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(10621)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(10587)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(9702)
Hit Refresh by Satya Nadella(9097)
The Kubernetes Operator Framework Book by Michael Dame(8533)
Exploring Deepfakes by Bryan Lyon and Matt Tora(8355)
Robo-Advisor with Python by Aki Ranin(8300)